|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectj3deditor.bin.editor.util.SELayout
public class SELayout
The SELayout class is a layout manager
for SceneEditor.
SceneEditor| Constructor Summary | |
|---|---|
SELayout(int width,
int height)
Creates an instance of SELayout. |
|
| Method Summary | |
|---|---|
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Required by LayoutManager. |
void |
layoutContainer(java.awt.Container parent)
Required by LayoutManager. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
Required by LayoutManager. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
Required by LayoutManager. |
void |
removeLayoutComponent(java.awt.Component comp)
Required by LayoutManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SELayout(int width,
int height)
SELayout.
width - width of the top left componentheight - height of the top left component| Method Detail |
|---|
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
addLayoutComponent in interface java.awt.LayoutManagername - doesn't do anythingcomp - doesn't do anythingpublic void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent in interface java.awt.LayoutManagercomp - doesn't do anythingpublic java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize in interface java.awt.LayoutManagerparent - doesn't do anything
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize in interface java.awt.LayoutManagerparent - doesn't do anything
public void layoutContainer(java.awt.Container parent)
layoutContainer in interface java.awt.LayoutManagerparent - container which components will be layd out
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||